Skip to content

Conversation

@wojtekmach
Copy link
Member

Prior to this we had a regression, the source link was using the tag as seen as the bottom of the screen:

image

Makefile Outdated
#==> Documentation tasks

SOURCE_REF = $(shell tag="$(call GIT_TAG)" revision="$(call GIT_REVISION)"; echo "$${tag:-$$revision}")
SOURCE_REF = $(shell tag="$(call GIT_TAG)"; revision="$(call GIT_REVISION)"; \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not change GIT_TAG itself?

I think we can pipe the result of that to grep before we get the tail? We could also change which part of the tail we get.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call, done!

@josevalim josevalim merged commit eaf7123 into elixir-lang:main Dec 12, 2024
9 checks passed
@josevalim
Copy link
Member

💚 💙 💜 💛 ❤️

@wojtekmach wojtekmach deleted the wm-docs-fix-latest branch April 22, 2025 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants